FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ScriptValue<T> Class
Properties Methods


In This Topic
    ScriptValue<T> Class Members
    In This Topic

    The following tables list the members exposed by ScriptValue<T>.

    Public Properties
     NameDescription
    Public PropertyGets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces IsExpression to true.  
    Public PropertyGets or sets a value indicating whether the current ScriptValue<T> is specified as an expression.  
    Public PropertyGets or sets a value of this ScriptValue<T>. Settings this value forces IsExpression to false.  
    Public PropertyGets a string representing the value of this ScriptValue<T> object.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another ScriptValue<T> to the current object.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Converts the ScriptValue<T>object to a string.
    Top
    See Also